08. Packages Overview Quiz
Packages Quiz
(All solutions can be downloaded using link at bottom of page.)
SOLUTION:
- You can add functions and classes to your code by importing a package
- Packages are a collection of modules, or Python files, that people wrote
- You can simplify and optimize many tasks using packages
SOLUTION:
NoSOLUTION:
YesSOLUTION:
NoSOLUTION:
YesSOLUTION:
NoSOLUTION:
- Google the issue
- Read the documentation for that function
- Check stack overflow for similar errors/problems
- Ask someone